From ea0e4ae218a66869b509a045a42059f2dee13004 Mon Sep 17 00:00:00 2001 From: =?utf8?q?=C3=98yvind=20Kol=C3=A5s?= Date: Tue, 30 May 2017 23:39:50 +0200 Subject: [PATCH] release 0.1.28 --- AUTHORS | 2 ++ NEWS | 3 +++ configure.ac | 2 +- 3 files changed, 6 insertions(+), 1 deletion(-) diff --git a/AUTHORS b/AUTHORS index 01b5dbf..04ad3ae 100644 --- a/AUTHORS +++ b/AUTHORS @@ -74,4 +74,6 @@
Portability, Stability and more
Massimo Valentini
stability fixes
+
Ell
+
fast paths
diff --git a/NEWS b/NEWS index 64f2a22..b91eb36 100644 --- a/NEWS +++ b/NEWS @@ -6,6 +6,9 @@ the news section both in the README and the webpage. --> +2017-05-30 babl-0.1.28
+Fast paths for Lav <-> Lch, release triggered by pending GIMP release. +
2017-05-09 babl-0.1.26
Build and install HCY color space, platform independences fixes to fish cache.
diff --git a/configure.ac b/configure.ac index fd35970..1f44e53 100644 --- a/configure.ac +++ b/configure.ac @@ -14,7 +14,7 @@ AC_PREREQ(2.54) m4_define([babl_major_version], [0]) m4_define([babl_minor_version], [1]) -m4_define([babl_micro_version], [27]) +m4_define([babl_micro_version], [28]) m4_define([babl_real_version], [babl_major_version.babl_minor_version.babl_micro_version]) m4_define([babl_version], [babl_real_version]) -- 2.30.2